参考答案见文末(仅供参考)
Problem1How many integer values of satisfy ?
Problem2What is the value of
Problem3In an after-school program for juniors and seniors, there is a debate team with an equal number of students from each class on the team. Among the students in the program, of the juniors and of the seniors are on the debate team. How many juniors are in the program?
Problem4At a math contest, students are wearing blue shirts, and another students are wearing yellow shirts. The 132 students are assigned into pairs. In exactly of these pairs, both students are wearing blue shirts. In how many pairs are both students wearing yellow shirts?
Problem5The ages of Jonie's four cousins are distinct single-digit positive integers. Two of the cousins' ages multiplied together give , while the other two multiply to . What is the sum of the ages of Jonie's four cousins?
Problem6Ms. Blackwell gives an exam to two classes. The mean of the scores of the students in the morning class is , and the afternoon class's mean score is . The ratio of the number of students in the morning class to the number of students in the afternoon class is . What is the mean of the scores of all the students?
Problem7In a plane, four circles with radii and are tangent to line at the same point but they may be on either side of . Region consists of all the points that lie inside exactly one of the four circles. What is the maximum possible area of region ?
SolutionAfter a bit of wishful thinking and inspection, we find that the above configuration maximizes our area, which is
Problem8Mr. Zhou places all the integers from to into a by grid. He places in the middle square (eighth row and eighth column) and places other numbers one by one clockwise, as shown in part in the diagram below. What is the sum of the greatest number and the least number that appear in the second row from the top?
Problem9The point in the -plane is first rotated counterclockwise by around the point and then reflected about the line . The image of after these two transformations is at . What is
SolutionThe final image of is . We know the reflection rule for reflecting over is . So before the reflection and after rotation the point is .
By definition of rotation, the slope between and must be perpendicular to the slope between and . The first slope is . This means the slope of and is .
Rotations also preserve distance to the center of rotation, and since we only "travelled" up and down by the slope once to get from to it follows we shall only use the slope once to travel from to .
Therefore point is located at . The answer is .
Problem10An inverted cone with base radius and height is full of water. The water is poured into a tall cylinder whose horizontal base has radius of . What is the height in centimeters of the water in the cylinder?
Problem11Grandma has just finished baking a large rectangular pan of brownies. She is planning to make rectangular pieces of equal size and shape, with straight cuts parallel to the sides of the pan. Each cut must be made entirely across the pan. Grandma wants to make the same number of interior pieces as pieces along the perimeter of the pan. What is the greatest possible number of brownies she can produce?
Problem12Let . What is the ratio of the sum of the odd divisors of to the sum of the even divisors of ?
Problem13Let be a positive integer and be a digit such that the value of the numeral in base equals , and the value of the numeral in base equals the value of the numeral in base six. What is
Problem14Three equally spaced parallel lines intersect a circle, creating three chords of lengths and . What is the distance between two adjacent parallel lines?
Problem15The real number satisfies the equation . What is the value of
Problem16Call a positive integer an uphill integer if every digit is strictly greater than the previous digit. For example, and are all uphill integers, but and are not. How many uphill integers are divisible by ?
Problem17Ravon, Oscar, Aditi, Tyrone, and Kim play a card game. Each person is given 2 cards out of a set of 10 cards numbered The score of a player is the sum of the numbers of their cards. The scores of the players are as follows: Ravon--11, Oscar--4, Aditi--7, Tyrone--16, Kim--17. Which of the following statements is true?
Problem18
A fair -sided die is repeatedly rolled until an odd number appears. What is the probability that every even number appears at least once before the first occurrence of an odd number?
Problem19Suppose that is a finite set of positive integers. If the greatest integer in is removed from , then the average value (arithmetic mean) of the integers remaining is . If the least integer in is also removed, then the average value of the integers remaining is . If the great integer is then returned to the set, the average value of the integers rises to The greatest integer in the original set is greater than the least integer in . What is the average value of all the integers in the set
Problem20The figure is constructed from line segments, each of which has length . The area of pentagon can be written is , where and are positive integers. What is
Problem21A square piece of paper has side length and vertices and in that order. As shown in the figure, the paper is folded so that vertex meets edge at point , and edge at point . Suppose that . What is the perimeter of triangle
that is expressible as a ratio of positive integers with For each , the smallest multiple of which exceeds is respectively, and the smallest of these is Note: start listing the multiples of from and observe that they get further and further away from Alternatively, see the method of finding upper bounds in solution 2.
The lower bound is and the upper bound is Their difference is so the answer is
~JimY
Solution 2I know that I want about of the box of integer coordinates above my line. There are a total of 30 integer coordinates in the desired range for each axis which gives a total of 900 lattice points. I estimate that the slope, m, is . Now, although there is probably an easier solution, I would try to count the number of points above the line to see if there are 600 points above the line. The line separates the area inside the box so that of the are is above the line.
I find that the number of coordinates with above the line is 30, and the number of coordinates with above the line is 29. Every time the line hits a y-value with an integer coordinate, the number of points above the line decreases by one. I wrote out the sum of 30 terms in hopes of finding a pattern. I graphed the first couple positive integer x-coordinates, and found that the sum of the integers above the line is . The even integer repeats itself every third term in the sum. I found that the average of each of the terms is 20, and there are 30 of them which means that exactly 600 above the line as desired. This give a lower bound because if the slope decreases a little bit, then the points that the line goes through will be above the line.
To find the upper bound, notice that each point with an integer-valued x-coordinate is either or above the line. Since the slope through a point is the y-coordinate divided by the x-coordinate, a shift in the slope will increase the y-value of the higher x-coordinates. We turn our attention to which the line intersects at . The point (30,20) is already counted below the line, and we can clearly see that if we slowly increase the slope of the line, we will hit the point (28,19) since (28, ) is closer to the lattice point. The slope of the line which goes through both the origin and (28,19) is . This gives an upper bound of .
Taking the upper bound of m and subtracting the lower bound yields . This is answer .
~theAJL
Diagram Previous post: 2021 AMC10A真题及答案 高清文字版 Next post: 2021 AMC12A真题与答案